home *** CD-ROM | disk | FTP | other *** search
/ Elite American Models 3 / Elite American Models 3.iso / pc / mainmenu.dir / Internal_54.ls < prev    next >
Encoding:
Text File  |  1996-09-24  |  312 b   |  14 lines

  1. on mouseDown
  2.   if the type of sprite 20 = 0 then
  3.     set userSelection to the clickOn
  4.     if legalButton(userSelection) then
  5.       selectGroup(userSelection)
  6.     end if
  7.   else
  8.     set userSelection to the frame - marker(0) + 1
  9.     if legalButton(20) then
  10.       selectGroup(userSelection)
  11.     end if
  12.   end if
  13. end
  14.